home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Programming IDEs / C# Editor 32 Bit / Setup.exe / Setups / CSharpEd / Installed / Autocomplete / PrintDialog.ini < prev    next >
Encoding:
INI File  |  2001-06-14  |  516 b   |  10 lines

  1. [PrintDialog]
  2. 0=2,AllowPrintToFile,public bool AllowPrintToFile {get; set;}
  3. 1=2,AllowSelection,public bool AllowSelection {get; set;}
  4. 2=2,AllowSomePages,public bool AllowSomePages {get; set;}
  5. 3=2,Document,public PrintDocument Document {get; set;}
  6. 4=2,PrinterSettings,public PrinterSettings PrinterSettings {get; set;}
  7. 5=2,PrintToFile,public bool PrintToFile {get; set;}
  8. 6=2,ShowHelp,public bool ShowHelp {get; set;}
  9. 7=2,ShowNetwork,public bool ShowNetwork {get; set;}
  10. 8=3,Reset,public override void Reset();